home *** CD-ROM | disk | FTP | other *** search
/ Gospel Library / Infobase setup disc.iso / intro / intro.dxr / 00150.ls < prev    next >
Encoding:
Text File  |  1998-09-22  |  188 b   |  10 lines

  1. on mouseUp
  2.   puppetSprite(5, 1)
  3.   set the castNum of sprite 5 to cast "zg3"
  4.   if the doubleClick then
  5.     set the movieRate of sprite 3 to 0
  6.     cancelpuppets()
  7.     go(#next)
  8.   end if
  9. end
  10.